home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD 6 / SuperCD_6 CD.iso / INSTALL.BAT < prev    next >
DOS Batch File  |  1996-11-06  |  256b  |  12 lines

  1. @echo off
  2. insdos
  3. if ERRORLEVEL 1 if not ERRORLEVEL 2 goto SETSOUND
  4. goto END
  5.  
  6. :SETSOUND
  7. setsound
  8. echo  
  9. echo To run Discworld II type DW2 at the DOS prompt.
  10. echo (To uninstall Discworld II or reconfigure sound, type SETUP at the DOS prompt)
  11.  
  12. :END